home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 3-Demos / Third Party Demos / DTMedia / SpringBoard Publisher / background_21853.txt < prev    next >
Text File  |  1989-01-25  |  1KB  |  64 lines

  1. -- background: 21853 from stack: in
  2. -- bmap block id: 22290
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Laser Fonts
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=159 top=323 right=341 bottom=362
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Press Here To Return To Menu
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual iris close
  23.   go to card "Menu"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 8003
  31. -- rect: left=2 top=323 right=341 bottom=112
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Previous Card
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to prev card
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 8003
  50. -- rect: left=431 top=323 right=341 bottom=510
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Next Card
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go to next card
  62. end mouseUp
  63.  
  64.